Skip to content

Conversation

@olalonde
Copy link

See issue #217

echohl ErrorMsg | echomsg 'Post failed: '. res | echohl None
endif
return loc
endfunction
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. But I want to drop anonymous post.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah alright then. It was my first time writing VimL 👍

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you want to keep this, please do

if exists('g:gist_anonymous_fallback')
  return call('g:gist_anonymous_fallback', [a:content])
endif
" raise error?

@olalonde olalonde closed this Feb 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants